home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
netutils
/
lsp135.arj
/
LSP135.DSK
/
unc.dsk
/
SAMPLES
/
EXAMPLE3.RSP
< prev
next >
Wrap
Text File
|
1993-12-15
|
1KB
|
40 lines
* ----------------------------------------------------------------------
* EXAMPLE3.RSP
* This response file installs IBMTOK.DOS and DXMJ0MOD.SYS and does
* not migrate any existing LSP parameters.
* CONFIG.SYS and AUTOEXEC.BAT will be placed in the root of the C drive.
*
INST_SECTION = (
; Do not use the input configuration for LSP driver parameters.
MigrateControlFiles = 0
; Do not check the LAN adapters installed.
AdapterCheck = 0
; Define target location for LSP files.
TargetPath = c:\lsp135
; DriverDiskPath specifies where the files normally found on the
; Driver Diskette (Option Diskette) are located.
; Change DRIVERS to the location of your NIF, NDIS MAC driver, etc.
; Note: DRIVERS is not fully qualified, so it will be searched for
; 1) in the current directory
; 2) as a subdirectory off of the LSP source path
DriverDiskPath = DRIVERS
)
; Specify bindings. The protocol stack is DXMJ0MOD.SYS.
PROT_SECTION = (
; The following statement specifies the DXMJ0MOD.SYS driver name.
DriverName = NETBEUI$
; Change IBMTOK_MOD to the bracketed module name for the PROTOCOL.INI
; section for the NDIS MAC driver you are using.
bindings = IBMTOK_MOD
; Turn off piggy-backed acknowledgements.
PiggyBackAcks = 0
)
*** End of Response file EXAMPLE3